home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 3-Presentations / Apple Demos / Training / AppleCD SC Training / General 2 / card_3634.txt < prev    next >
Text File  |  1990-04-02  |  991b  |  53 lines

  1. -- card: 3634 from stack: in
  2. -- bmap block id: 4018
  3. -- flags: 4000
  4. -- background id: 2645
  5. -- name: H01.1
  6.  
  7.  
  8. -- part 7 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=71 top=188 right=252 bottom=125
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect wipe right
  23.   go to card "h01.2"
  24.   visual effect wipe right
  25.   go to card "h01.3"
  26.   visual effect wipe right
  27.   go to card "h01.4"
  28.  
  29.   wait 300 ticks
  30.   visual dissolve to white
  31.   wait 15 ticks
  32.   go to card "I01"
  33.   visual wipe right slowly
  34.   go to card "I02"
  35.  
  36.   wait 400 ticks
  37.   visual dissolve to white
  38.   go to card "I03"
  39.   wait 15 ticks
  40.   visual wipe right slowly
  41.   go to card "I04"
  42.   wait 400 ticks
  43.  
  44.   visual dissolve to black
  45.   go to card "G17"
  46.  
  47.   wait 20 ticks
  48.   visual dissolve to gray
  49.   go to card id 14514 of stack "Summary "
  50.  
  51. end mouseUp
  52.  
  53.